/* -----------------
Radii Production 
Copyright 2009

Swatch colours
--------------
e6e6e6 - 10% grey
cecece - 20% grey
b5b5b5 - 30% grey
9c9c9c - 40% grey
838383 - 50% grey
696969 - 60% grey
505050 - 70% grey
363636 - 80% grey
1c1c1c - 90% grey 
----------------- */


/*--- Tables ---*/

table {
	margin:0 0 1.2em;
	table-layout:auto;
	text-align:left;
	width:100%;
}

table td {
	font-size:10pt;
	padding:6px 0;
}

table th {
	font-size:10pt;
	font-weight:bold;
	padding:6px 0;
}


/*--- Alternating Colour Tables ---*/

table.alternating td, table.alternating th {
	padding:6px 12px;
	text-align:left;
}

.rowAlternating {
	background:#e6e6e6;
}


/*--- Form elements ---*/

input, textarea, select {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:8pt;
	font-style:normal;
	vertical-align:middle;
}

textarea {
	background-color:#ffffff;
	border-color:#999999 #AAB3B3 #D5DDDD;
	border-style:solid;
	border-width:thin;
	padding:5px;
}

label {
	font-size:11px;
	font-weight:bold;
}

span.required {
	color:#CC0001;
}


/* Form styling */

table.form {
	margin:0 0 1.2em;
	table-layout:auto;
	text-align:left;
	width:100%;
}

table.form td {
	font-size:10pt;
	padding:8px 0px 8px 0px;
}

table.form th {
	font-size:10pt;
	font-weight:bold;
	padding:6px 0;
}